Skip to content

Fix gh-aw upgrade and unsigned PR branch pushes#327

Merged
mrjf merged 3 commits into
mainfrom
copilot/fix-gh-aw-upgrade
May 18, 2026
Merged

Fix gh-aw upgrade and unsigned PR branch pushes#327
mrjf merged 3 commits into
mainfrom
copilot/fix-gh-aw-upgrade

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

The previous gh-aw upgrade stopped at v0.74.2, which still refuses unsigned fallback pushes for PR branches containing merge commits. This updates the workflows to v0.74.4 and opts PR-branch pushes into the supported unsigned path.

  • gh-aw lock refresh

    • Regenerated autoloop, evergreen, and ci-doctor locks with gh-aw v0.74.4.
    • Updated the setup action pin to 069305b523ecd7fbd05c5681a049b570b1fe6136.
    • Updated .github/aw/actions-lock.json to track v0.74.4.
  • Unsigned push fallback

    • Configured workflows that use push-to-pull-request-branch to disable signed push transport:
safe-outputs:
  push-to-pull-request-branch:
    signed-commits: false
  • Linear autoloop sync
    • Replaced merge-based main sync guidance with rebase-based sync to avoid creating merge commits on autoloop PR branches.
    • Updated evergreen’s repair flow to rebase behind branches before pushing fixes.

Copilot AI and others added 2 commits May 18, 2026 17:16
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix gh-aw upgrade properly to v0.74.4 and set push-signed-commits to false Fix gh-aw upgrade and unsigned PR branch pushes May 18, 2026
Copilot finished work on behalf of mrjf May 18, 2026 17:18
Copilot AI requested a review from mrjf May 18, 2026 17:18
@mrjf mrjf marked this pull request as ready for review May 18, 2026 21:01
@mrjf mrjf merged commit 0101855 into main May 18, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix gh-aw upgrade properly: bump to v0.74.4 and set push-signed-commits: false

2 participants